
void channellog()
{

char ProjectCodename[4]="JEM";
char Title[30]="STILL unknown";
char date[15];
char time[15];
char programBuild[4];


//date="march 16, 2007";
//time="9:13pm";
//programBuild="0.05"//finally done progress
/*
-status:
        -part of menu routines
          -quit by accessing menu by 'm', 'ESC'
        -part of movement in map
          -map coor unknown, pls design the map!
        -dialog routines//almost done
*/

}



